home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / bb2000 / Lingo.ini < prev   
Text File  |  1998-02-20  |  219b  |  10 lines

  1. global gFile,gSetpath,gFirstMovie,gAppName
  2.  
  3. on startup
  4.     set gFile="Files\StartUp"
  5.     set gFirstMovie="name"
  6.     set gAppName="Blues95.exe"
  7.     set gSetpath=1
  8.     if string(0.0)="a" then nothing
  9. end startup
  10.